.service-details-container {
  margin: 2rem auto;
  max-width: 750px;
}

.service-details-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.service-details-title>img {
  max-height: 200px;
  max-width: 100%;
}
.service-details-title.service-details-title-large-photo>img {
  max-height: none;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
h1.service-details-title {
  display: flex;
  gap: 1rem;
  font-size: 3rem;
  line-height: 1;
}
.service-details-categories {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.5rem;
  list-style: none;
}
.service-details-categories>* {
  margin: 0;
  line-height: 1;
  background-color: var(--category-color);
  display: inline-block;
  padding: 0.25rem;
}